home *** CD-ROM | disk | FTP | other *** search
- object FormResample: TFormResample
- Left = 196
- Top = 103
- BorderStyle = bsDialog
- Caption = 'Resample'
- ClientHeight = 176
- ClientWidth = 306
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 289
- Height = 121
- Shape = bsFrame
- end
- object LabelWd: TLabel
- Left = 20
- Top = 28
- Width = 30
- Height = 12
- Caption = '&Width:'
- FocusControl = Edit1
- end
- object LabelWidth: TLabel
- Left = 64
- Top = 48
- Width = 4
- Height = 12
- end
- object LabelHt: TLabel
- Left = 164
- Top = 28
- Width = 35
- Height = 12
- Caption = '&Height:'
- FocusControl = Edit2
- end
- object LabelHeight: TLabel
- Left = 208
- Top = 48
- Width = 4
- Height = 12
- end
- object Edit1: TEdit
- Left = 64
- Top = 24
- Width = 61
- Height = 20
- TabOrder = 0
- Text = '1'
- OnChange = Edit1Change
- end
- object UpDownWidth: TUpDown
- Left = 125
- Top = 24
- Width = 16
- Height = 20
- Associate = Edit1
- Min = 1
- Max = 20000
- Position = 1
- TabOrder = 1
- Thousands = False
- Wrap = False
- end
- object Edit2: TEdit
- Left = 208
- Top = 24
- Width = 61
- Height = 20
- TabOrder = 2
- Text = '1'
- OnChange = Edit2Change
- end
- object UpDownHeight: TUpDown
- Left = 269
- Top = 24
- Width = 16
- Height = 20
- Associate = Edit2
- Min = 1
- Max = 20000
- Position = 1
- TabOrder = 3
- Thousands = False
- Wrap = False
- end
- object CheckAspect: TCheckBox
- Left = 64
- Top = 68
- Width = 137
- Height = 17
- Caption = '&Keep Aspect Ratio'
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = CheckAspectClick
- end
- object CheckFilter: TCheckBox
- Left = 64
- Top = 96
- Width = 141
- Height = 17
- Caption = '&Smooth'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object Button1: TButton
- Left = 136
- Top = 139
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 6
- end
- object btnCancel: TButton
- Left = 215
- Top = 139
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- end
-